home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001126_brennan@hal.com _Fri May 14 17:45:50 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <brennan@hal.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA15299; Fri, 14 May 93 17:45:50 MET DST
  4. Received: from HAL.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA08507; Fri, 14 May 1993 18:06:48 +0200
  6. Received: from hysteria.hal.com by hal.com (4.1/SMI-4.1.1)
  7.     id AA08745; Fri, 14 May 93 09:06:46 PDT
  8. Received: by hysteria.hal.com (4.1/SMI-4.1.2)
  9.     id AA17867; Fri, 14 May 93 11:06:43 CDT
  10. Date: Fri, 14 May 93 11:06:43 CDT
  11. From: brennan@hal.com (Dave Brennan)
  12. Message-Id: <9305141606.AA17867@hysteria.hal.com>
  13. To: Dave_Raggett <dsr@hplb.hpl.hp.com>
  14. Cc: www-talk@nxoc01.cern.ch
  15. Subject: Re: HTML+ and printed books
  16. In-Reply-To: <9305140939.AA15463@manuel.hpl.hp.com>
  17. References: <9305140939.AA15463@manuel.hpl.hp.com>
  18.  
  19. >>>>> On Fri, 14 May 93 10:39:04 BST, Dave_Raggett <dsr@hplb.hpl.hp.com> said:
  20.  
  21. > Perhaps we need some structuring elements which determine how a group of
  22. > related documents can be sequenced into a form suitable for printing,
  23.                                                               ^^^^^^^^
  24.  
  25. And browsing.  As you mentioned, this would give you the ability for "next"
  26. and "previous" type on-line browsing.  In addition you could view and
  27. navigate through the TOC on-line.  I feel that using this kind of
  28. information in an on-line browser can really help to reduce the "lost in
  29. hyperspace" problem.
  30.  
  31. > The obvious structuring element corresponds to the contents list, e.g.
  32. >
  33. >    <CONTENTS> 
  34. >      <A HREF ="doc1.html">Introduction to home brewing</A>
  35. >      <A HREF ="doc2.html">Equipment Needed</A> 
  36. >      <A HREF ="doc1.html">The basic skills</A>
  37. >      <A HREF ="doc1.html">Popular recipes</A>
  38. >    </CONTENTS>
  39.  
  40. Would these be top level headings?  I think a level indication is
  41. appropriate in this case, so instead you'd have entries like:
  42.  
  43. >      <A HREF ="doc1.html"><H1>Introduction to home brewing</H1></A>
  44.  
  45. > This would be placed somewhere convenient with links back from other
  46. > documents using the <LINK> element
  47. >
  48. >  <LINK REL="CONTENTS" HREF="contents.html"> 
  49.  
  50. While this make sense in a printed world where each chapter (node) only
  51. appears in one book (for the most part), it doesn't make sense in the
  52. hypertext world where a node can potentially occur in as many books as
  53. people can dream up.  It would be up to the browser software to keep track
  54. of the current book or books that you're browsing through.  The model would
  55. be that an on-line book is just another "view" into the information space.
  56. I think that this is a powerful and useful notion.
  57.  
  58. --
  59. Dave Brennan                                      HaL Computer Systems
  60. brennan@hal.com                                         (512) 794-2855